home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 11r.dir / 00014_xit.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  160 b   |  11 lines

  1. on exitFrame
  2.   global gsearchOn
  3.   if gsearchOn = 1 then
  4.     sprite(6).visibility = 1
  5.   else
  6.     sprite(6).visibility = 0
  7.   end if
  8.   unLoadCast()
  9.   unLoad()
  10. end
  11.